home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1997 January
/
macformat46.iso
/
File Maker Pro 3.0 Tutorial
/
File Maker Pro 3.0
/
Templates
/
FileMaker And Apple Events
/
Syntax Examples
/
Events
/
Count Examples
next >
Wrap
Text File
|
1996-06-05
|
336b
|
9 lines
tell application "FileMaker Pro"
count record of first document -- # records found
count record of first database -- total records in file
count layout of database "Test1"
count cell of last database
count field of layout 1 of database "Test1"
count FileMaker script of database "Test1"
count request of database "Test1"
end tell